Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactors JavaEditor -> PCM tests to view-based API #256

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

JanWittler
Copy link
Contributor

Refactors the Java Editor to PCM tests to use the view-based API.
Currently, the tests are indeterministically failing due to some timing issues (same problems as in legacy tests). The underlying problem is that the asynchronous calls of Eclipse and Eclipse JDT do not always notify the IProgressMonitor about their completion and thus the the underlying file state may not be correctly updated when trying to modify them or derive and propagate changes. However, with enough attempts, each test each is already working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant